3.1.93 \(\int \frac {(a+b \log (c x^n)) \log (d (e+f x^2)^m)}{x^3} \, dx\) [93]

Optimal. Leaf size=195 \[ \frac {b f m n \log (x)}{2 e}-\frac {b f m n \log ^2(x)}{2 e}+\frac {f m \log (x) \left (a+b \log \left (c x^n\right )\right )}{e}-\frac {b f m n \log \left (e+f x^2\right )}{4 e}+\frac {b f m n \log \left (-\frac {f x^2}{e}\right ) \log \left (e+f x^2\right )}{4 e}-\frac {f m \left (a+b \log \left (c x^n\right )\right ) \log \left (e+f x^2\right )}{2 e}-\frac {b n \log \left (d \left (e+f x^2\right )^m\right )}{4 x^2}-\frac {\left (a+b \log \left (c x^n\right )\right ) \log \left (d \left (e+f x^2\right )^m\right )}{2 x^2}+\frac {b f m n \text {Li}_2\left (1+\frac {f x^2}{e}\right )}{4 e} \]

[Out]

1/2*b*f*m*n*ln(x)/e-1/2*b*f*m*n*ln(x)^2/e+f*m*ln(x)*(a+b*ln(c*x^n))/e-1/4*b*f*m*n*ln(f*x^2+e)/e+1/4*b*f*m*n*ln
(-f*x^2/e)*ln(f*x^2+e)/e-1/2*f*m*(a+b*ln(c*x^n))*ln(f*x^2+e)/e-1/4*b*n*ln(d*(f*x^2+e)^m)/x^2-1/2*(a+b*ln(c*x^n
))*ln(d*(f*x^2+e)^m)/x^2+1/4*b*f*m*n*polylog(2,1+f*x^2/e)/e

________________________________________________________________________________________

Rubi [A]
time = 0.13, antiderivative size = 195, normalized size of antiderivative = 1.00, number of steps used = 11, number of rules used = 9, integrand size = 26, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.346, Rules used = {2504, 2442, 36, 29, 31, 2423, 2338, 2441, 2352} \begin {gather*} \frac {b f m n \text {PolyLog}\left (2,\frac {f x^2}{e}+1\right )}{4 e}-\frac {\left (a+b \log \left (c x^n\right )\right ) \log \left (d \left (e+f x^2\right )^m\right )}{2 x^2}+\frac {f m \log (x) \left (a+b \log \left (c x^n\right )\right )}{e}-\frac {f m \log \left (e+f x^2\right ) \left (a+b \log \left (c x^n\right )\right )}{2 e}-\frac {b n \log \left (d \left (e+f x^2\right )^m\right )}{4 x^2}-\frac {b f m n \log \left (e+f x^2\right )}{4 e}+\frac {b f m n \log \left (-\frac {f x^2}{e}\right ) \log \left (e+f x^2\right )}{4 e}-\frac {b f m n \log ^2(x)}{2 e}+\frac {b f m n \log (x)}{2 e} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[((a + b*Log[c*x^n])*Log[d*(e + f*x^2)^m])/x^3,x]

[Out]

(b*f*m*n*Log[x])/(2*e) - (b*f*m*n*Log[x]^2)/(2*e) + (f*m*Log[x]*(a + b*Log[c*x^n]))/e - (b*f*m*n*Log[e + f*x^2
])/(4*e) + (b*f*m*n*Log[-((f*x^2)/e)]*Log[e + f*x^2])/(4*e) - (f*m*(a + b*Log[c*x^n])*Log[e + f*x^2])/(2*e) -
(b*n*Log[d*(e + f*x^2)^m])/(4*x^2) - ((a + b*Log[c*x^n])*Log[d*(e + f*x^2)^m])/(2*x^2) + (b*f*m*n*PolyLog[2, 1
 + (f*x^2)/e])/(4*e)

Rule 29

Int[(x_)^(-1), x_Symbol] :> Simp[Log[x], x]

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rule 36

Int[1/(((a_.) + (b_.)*(x_))*((c_.) + (d_.)*(x_))), x_Symbol] :> Dist[b/(b*c - a*d), Int[1/(a + b*x), x], x] -
Dist[d/(b*c - a*d), Int[1/(c + d*x), x], x] /; FreeQ[{a, b, c, d}, x] && NeQ[b*c - a*d, 0]

Rule 2338

Int[((a_.) + Log[(c_.)*(x_)^(n_.)]*(b_.))/(x_), x_Symbol] :> Simp[(a + b*Log[c*x^n])^2/(2*b*n), x] /; FreeQ[{a
, b, c, n}, x]

Rule 2352

Int[Log[(c_.)*(x_)]/((d_) + (e_.)*(x_)), x_Symbol] :> Simp[(-e^(-1))*PolyLog[2, 1 - c*x], x] /; FreeQ[{c, d, e
}, x] && EqQ[e + c*d, 0]

Rule 2423

Int[Log[(d_.)*((e_) + (f_.)*(x_)^(m_.))^(r_.)]*((a_.) + Log[(c_.)*(x_)^(n_.)]*(b_.))*((g_.)*(x_))^(q_.), x_Sym
bol] :> With[{u = IntHide[(g*x)^q*Log[d*(e + f*x^m)^r], x]}, Dist[a + b*Log[c*x^n], u, x] - Dist[b*n, Int[Dist
[1/x, u, x], x], x]] /; FreeQ[{a, b, c, d, e, f, g, r, m, n, q}, x] && (IntegerQ[(q + 1)/m] || (RationalQ[m] &
& RationalQ[q])) && NeQ[q, -1]

Rule 2441

Int[((a_.) + Log[(c_.)*((d_) + (e_.)*(x_))^(n_.)]*(b_.))/((f_.) + (g_.)*(x_)), x_Symbol] :> Simp[Log[e*((f + g
*x)/(e*f - d*g))]*((a + b*Log[c*(d + e*x)^n])/g), x] - Dist[b*e*(n/g), Int[Log[(e*(f + g*x))/(e*f - d*g)]/(d +
 e*x), x], x] /; FreeQ[{a, b, c, d, e, f, g, n}, x] && NeQ[e*f - d*g, 0]

Rule 2442

Int[((a_.) + Log[(c_.)*((d_) + (e_.)*(x_))^(n_.)]*(b_.))*((f_.) + (g_.)*(x_))^(q_.), x_Symbol] :> Simp[(f + g*
x)^(q + 1)*((a + b*Log[c*(d + e*x)^n])/(g*(q + 1))), x] - Dist[b*e*(n/(g*(q + 1))), Int[(f + g*x)^(q + 1)/(d +
 e*x), x], x] /; FreeQ[{a, b, c, d, e, f, g, n, q}, x] && NeQ[e*f - d*g, 0] && NeQ[q, -1]

Rule 2504

Int[((a_.) + Log[(c_.)*((d_) + (e_.)*(x_)^(n_))^(p_.)]*(b_.))^(q_.)*(x_)^(m_.), x_Symbol] :> Dist[1/n, Subst[I
nt[x^(Simplify[(m + 1)/n] - 1)*(a + b*Log[c*(d + e*x)^p])^q, x], x, x^n], x] /; FreeQ[{a, b, c, d, e, m, n, p,
 q}, x] && IntegerQ[Simplify[(m + 1)/n]] && (GtQ[(m + 1)/n, 0] || IGtQ[q, 0]) &&  !(EqQ[q, 1] && ILtQ[n, 0] &&
 IGtQ[m, 0])

Rubi steps

\begin {align*} \int \frac {\left (a+b \log \left (c x^n\right )\right ) \log \left (d \left (e+f x^2\right )^m\right )}{x^3} \, dx &=\frac {f m \log (x) \left (a+b \log \left (c x^n\right )\right )}{e}-\frac {f m \left (a+b \log \left (c x^n\right )\right ) \log \left (e+f x^2\right )}{2 e}-\frac {\left (a+b \log \left (c x^n\right )\right ) \log \left (d \left (e+f x^2\right )^m\right )}{2 x^2}-(b n) \int \left (\frac {f m \log (x)}{e x}-\frac {f m \log \left (e+f x^2\right )}{2 e x}-\frac {\log \left (d \left (e+f x^2\right )^m\right )}{2 x^3}\right ) \, dx\\ &=\frac {f m \log (x) \left (a+b \log \left (c x^n\right )\right )}{e}-\frac {f m \left (a+b \log \left (c x^n\right )\right ) \log \left (e+f x^2\right )}{2 e}-\frac {\left (a+b \log \left (c x^n\right )\right ) \log \left (d \left (e+f x^2\right )^m\right )}{2 x^2}+\frac {1}{2} (b n) \int \frac {\log \left (d \left (e+f x^2\right )^m\right )}{x^3} \, dx+\frac {(b f m n) \int \frac {\log \left (e+f x^2\right )}{x} \, dx}{2 e}-\frac {(b f m n) \int \frac {\log (x)}{x} \, dx}{e}\\ &=-\frac {b f m n \log ^2(x)}{2 e}+\frac {f m \log (x) \left (a+b \log \left (c x^n\right )\right )}{e}-\frac {f m \left (a+b \log \left (c x^n\right )\right ) \log \left (e+f x^2\right )}{2 e}-\frac {\left (a+b \log \left (c x^n\right )\right ) \log \left (d \left (e+f x^2\right )^m\right )}{2 x^2}+\frac {1}{4} (b n) \text {Subst}\left (\int \frac {\log \left (d (e+f x)^m\right )}{x^2} \, dx,x,x^2\right )+\frac {(b f m n) \text {Subst}\left (\int \frac {\log (e+f x)}{x} \, dx,x,x^2\right )}{4 e}\\ &=-\frac {b f m n \log ^2(x)}{2 e}+\frac {f m \log (x) \left (a+b \log \left (c x^n\right )\right )}{e}+\frac {b f m n \log \left (-\frac {f x^2}{e}\right ) \log \left (e+f x^2\right )}{4 e}-\frac {f m \left (a+b \log \left (c x^n\right )\right ) \log \left (e+f x^2\right )}{2 e}-\frac {b n \log \left (d \left (e+f x^2\right )^m\right )}{4 x^2}-\frac {\left (a+b \log \left (c x^n\right )\right ) \log \left (d \left (e+f x^2\right )^m\right )}{2 x^2}+\frac {1}{4} (b f m n) \text {Subst}\left (\int \frac {1}{x (e+f x)} \, dx,x,x^2\right )-\frac {\left (b f^2 m n\right ) \text {Subst}\left (\int \frac {\log \left (-\frac {f x}{e}\right )}{e+f x} \, dx,x,x^2\right )}{4 e}\\ &=-\frac {b f m n \log ^2(x)}{2 e}+\frac {f m \log (x) \left (a+b \log \left (c x^n\right )\right )}{e}+\frac {b f m n \log \left (-\frac {f x^2}{e}\right ) \log \left (e+f x^2\right )}{4 e}-\frac {f m \left (a+b \log \left (c x^n\right )\right ) \log \left (e+f x^2\right )}{2 e}-\frac {b n \log \left (d \left (e+f x^2\right )^m\right )}{4 x^2}-\frac {\left (a+b \log \left (c x^n\right )\right ) \log \left (d \left (e+f x^2\right )^m\right )}{2 x^2}+\frac {b f m n \text {Li}_2\left (1+\frac {f x^2}{e}\right )}{4 e}+\frac {(b f m n) \text {Subst}\left (\int \frac {1}{x} \, dx,x,x^2\right )}{4 e}-\frac {\left (b f^2 m n\right ) \text {Subst}\left (\int \frac {1}{e+f x} \, dx,x,x^2\right )}{4 e}\\ &=\frac {b f m n \log (x)}{2 e}-\frac {b f m n \log ^2(x)}{2 e}+\frac {f m \log (x) \left (a+b \log \left (c x^n\right )\right )}{e}-\frac {b f m n \log \left (e+f x^2\right )}{4 e}+\frac {b f m n \log \left (-\frac {f x^2}{e}\right ) \log \left (e+f x^2\right )}{4 e}-\frac {f m \left (a+b \log \left (c x^n\right )\right ) \log \left (e+f x^2\right )}{2 e}-\frac {b n \log \left (d \left (e+f x^2\right )^m\right )}{4 x^2}-\frac {\left (a+b \log \left (c x^n\right )\right ) \log \left (d \left (e+f x^2\right )^m\right )}{2 x^2}+\frac {b f m n \text {Li}_2\left (1+\frac {f x^2}{e}\right )}{4 e}\\ \end {align*}

________________________________________________________________________________________

Mathematica [C] Result contains complex when optimal does not.
time = 0.09, size = 298, normalized size = 1.53 \begin {gather*} -\frac {-4 a f m x^2 \log (x)-2 b f m n x^2 \log (x)+2 b f m n x^2 \log ^2(x)-4 b f m x^2 \log (x) \log \left (c x^n\right )+2 b f m n x^2 \log (x) \log \left (1-\frac {i \sqrt {f} x}{\sqrt {e}}\right )+2 b f m n x^2 \log (x) \log \left (1+\frac {i \sqrt {f} x}{\sqrt {e}}\right )+2 a f m x^2 \log \left (e+f x^2\right )+b f m n x^2 \log \left (e+f x^2\right )-2 b f m n x^2 \log (x) \log \left (e+f x^2\right )+2 b f m x^2 \log \left (c x^n\right ) \log \left (e+f x^2\right )+2 a e \log \left (d \left (e+f x^2\right )^m\right )+b e n \log \left (d \left (e+f x^2\right )^m\right )+2 b e \log \left (c x^n\right ) \log \left (d \left (e+f x^2\right )^m\right )+2 b f m n x^2 \text {Li}_2\left (-\frac {i \sqrt {f} x}{\sqrt {e}}\right )+2 b f m n x^2 \text {Li}_2\left (\frac {i \sqrt {f} x}{\sqrt {e}}\right )}{4 e x^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[((a + b*Log[c*x^n])*Log[d*(e + f*x^2)^m])/x^3,x]

[Out]

-1/4*(-4*a*f*m*x^2*Log[x] - 2*b*f*m*n*x^2*Log[x] + 2*b*f*m*n*x^2*Log[x]^2 - 4*b*f*m*x^2*Log[x]*Log[c*x^n] + 2*
b*f*m*n*x^2*Log[x]*Log[1 - (I*Sqrt[f]*x)/Sqrt[e]] + 2*b*f*m*n*x^2*Log[x]*Log[1 + (I*Sqrt[f]*x)/Sqrt[e]] + 2*a*
f*m*x^2*Log[e + f*x^2] + b*f*m*n*x^2*Log[e + f*x^2] - 2*b*f*m*n*x^2*Log[x]*Log[e + f*x^2] + 2*b*f*m*x^2*Log[c*
x^n]*Log[e + f*x^2] + 2*a*e*Log[d*(e + f*x^2)^m] + b*e*n*Log[d*(e + f*x^2)^m] + 2*b*e*Log[c*x^n]*Log[d*(e + f*
x^2)^m] + 2*b*f*m*n*x^2*PolyLog[2, ((-I)*Sqrt[f]*x)/Sqrt[e]] + 2*b*f*m*n*x^2*PolyLog[2, (I*Sqrt[f]*x)/Sqrt[e]]
)/(e*x^2)

________________________________________________________________________________________

Maple [C] Result contains higher order function than in optimal. Order 9 vs. order 4.
time = 0.30, size = 2101, normalized size = 10.77

method result size
risch \(\text {Expression too large to display}\) \(2101\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*ln(c*x^n))*ln(d*(f*x^2+e)^m)/x^3,x,method=_RETURNVERBOSE)

[Out]

1/2*b*f*m*n*ln(x)/e-1/2*b*f*m*n*ln(x)^2/e+(-1/2*b/x^2*ln(x^n)-1/4*(-I*b*Pi*csgn(I*c)*csgn(I*x^n)*csgn(I*c*x^n)
+I*b*Pi*csgn(I*c)*csgn(I*c*x^n)^2+I*b*Pi*csgn(I*x^n)*csgn(I*c*x^n)^2-I*b*Pi*csgn(I*c*x^n)^3+2*b*ln(c)+b*n+2*a)
/x^2)*ln((f*x^2+e)^m)+1/8*Pi^2*csgn(I*(f*x^2+e)^m)*csgn(I*d*(f*x^2+e)^m)^2/x^2*b*csgn(I*x^n)*csgn(I*c*x^n)^2+1
/8*Pi^2*csgn(I*d*(f*x^2+e)^m)^3/x^2*b*csgn(I*c)*csgn(I*x^n)*csgn(I*c*x^n)-1/2*b*f*m*n/e*ln(x)*ln((-f*x+(-e*f)^
(1/2))/(-e*f)^(1/2))-1/2*b*f*m*n/e*ln(x)*ln((f*x+(-e*f)^(1/2))/(-e*f)^(1/2))+1/2*b*f*m*n*ln(x)/e*ln(f*x^2+e)+1
/4*I*Pi*csgn(I*d*(f*x^2+e)^m)^3*b/x^2*ln(x^n)+1/4*I/x^2*Pi*ln(c)*b*csgn(I*d*(f*x^2+e)^m)^3-1/4*I/x^2*Pi*a*csgn
(I*d)*csgn(I*d*(f*x^2+e)^m)^2-1/8*Pi^2*csgn(I*d*(f*x^2+e)^m)^3/x^2*b*csgn(I*c)*csgn(I*c*x^n)^2-1/8*Pi^2*csgn(I
*d*(f*x^2+e)^m)^3/x^2*b*csgn(I*x^n)*csgn(I*c*x^n)^2+m*f*b*ln(x^n)*ln(x)/e-1/2/x^2*ln(d)*a+1/4*I/x^2*Pi*ln(d)*b
*csgn(I*c)*csgn(I*x^n)*csgn(I*c*x^n)-1/2*f*m/e*ln(f*x^2+e)*a-1/2*f*m/e*ln(f*x^2+e)*b*ln(c)-1/4*b*f*m*n*ln(f*x^
2+e)/e-1/2*b*f*m*n/e*dilog((-f*x+(-e*f)^(1/2))/(-e*f)^(1/2))-1/2*b*f*m*n/e*dilog((f*x+(-e*f)^(1/2))/(-e*f)^(1/
2))+1/4*I/x^2*Pi*a*csgn(I*d)*csgn(I*(f*x^2+e)^m)*csgn(I*d*(f*x^2+e)^m)-1/4*I/x^2*Pi*ln(c)*b*csgn(I*(f*x^2+e)^m
)*csgn(I*d*(f*x^2+e)^m)^2+f*m/e*ln(x)*b*ln(c)+1/8*Pi^2*csgn(I*d)*csgn(I*(f*x^2+e)^m)*csgn(I*d*(f*x^2+e)^m)/x^2
*b*csgn(I*c)*csgn(I*x^n)*csgn(I*c*x^n)-1/4*I*f*m/e*ln(f*x^2+e)*b*Pi*csgn(I*c)*csgn(I*c*x^n)^2+1/4*I*f*m/e*ln(f
*x^2+e)*b*Pi*csgn(I*c)*csgn(I*x^n)*csgn(I*c*x^n)+f*m/e*ln(x)*a+1/4*I/x^2*Pi*ln(d)*b*csgn(I*c*x^n)^3-1/8*Pi^2*c
sgn(I*(f*x^2+e)^m)*csgn(I*d*(f*x^2+e)^m)^2/x^2*b*csgn(I*c)*csgn(I*x^n)*csgn(I*c*x^n)+1/4*I/x^2*Pi*ln(c)*b*csgn
(I*d)*csgn(I*(f*x^2+e)^m)*csgn(I*d*(f*x^2+e)^m)+1/8*I/x^2*Pi*b*n*csgn(I*d)*csgn(I*(f*x^2+e)^m)*csgn(I*d*(f*x^2
+e)^m)+1/4*I*f*m/e*ln(f*x^2+e)*b*Pi*csgn(I*c*x^n)^3-1/4*I*f*m/e*ln(f*x^2+e)*b*Pi*csgn(I*x^n)*csgn(I*c*x^n)^2+1
/2*I*f*m/e*ln(x)*b*Pi*csgn(I*x^n)*csgn(I*c*x^n)^2-1/2*I*f*m/e*ln(x)*b*Pi*csgn(I*c*x^n)^3-1/8*Pi^2*csgn(I*d)*cs
gn(I*(f*x^2+e)^m)*csgn(I*d*(f*x^2+e)^m)/x^2*b*csgn(I*c)*csgn(I*c*x^n)^2-1/8*Pi^2*csgn(I*d)*csgn(I*(f*x^2+e)^m)
*csgn(I*d*(f*x^2+e)^m)/x^2*b*csgn(I*x^n)*csgn(I*c*x^n)^2-1/8*Pi^2*csgn(I*d)*csgn(I*d*(f*x^2+e)^m)^2/x^2*b*csgn
(I*c)*csgn(I*x^n)*csgn(I*c*x^n)-1/8*I/x^2*Pi*b*n*csgn(I*(f*x^2+e)^m)*csgn(I*d*(f*x^2+e)^m)^2-1/4*I/x^2*Pi*ln(c
)*b*csgn(I*d)*csgn(I*d*(f*x^2+e)^m)^2-1/4*I*Pi*csgn(I*d)*csgn(I*d*(f*x^2+e)^m)^2*b/x^2*ln(x^n)+1/8*Pi^2*csgn(I
*d)*csgn(I*(f*x^2+e)^m)*csgn(I*d*(f*x^2+e)^m)/x^2*b*csgn(I*c*x^n)^3+1/8*Pi^2*csgn(I*d)*csgn(I*d*(f*x^2+e)^m)^2
/x^2*b*csgn(I*c)*csgn(I*c*x^n)^2+1/4*I*Pi*csgn(I*d)*csgn(I*(f*x^2+e)^m)*csgn(I*d*(f*x^2+e)^m)*b/x^2*ln(x^n)-1/
8*Pi^2*csgn(I*d)*csgn(I*d*(f*x^2+e)^m)^2/x^2*b*csgn(I*c*x^n)^3-1/8*Pi^2*csgn(I*(f*x^2+e)^m)*csgn(I*d*(f*x^2+e)
^m)^2/x^2*b*csgn(I*c*x^n)^3-1/4*I/x^2*Pi*a*csgn(I*(f*x^2+e)^m)*csgn(I*d*(f*x^2+e)^m)^2+1/8*I/x^2*Pi*b*n*csgn(I
*d*(f*x^2+e)^m)^3-1/2*m*f*b*ln(x^n)/e*ln(f*x^2+e)-1/2/x^2*ln(d)*ln(c)*b-1/4/x^2*ln(d)*b*n-1/4*I/x^2*Pi*ln(d)*b
*csgn(I*c)*csgn(I*c*x^n)^2-1/4*I/x^2*Pi*ln(d)*b*csgn(I*x^n)*csgn(I*c*x^n)^2-1/2*I*f*m/e*ln(x)*b*Pi*csgn(I*c)*c
sgn(I*x^n)*csgn(I*c*x^n)-1/2*ln(d)*b/x^2*ln(x^n)-1/4*I*Pi*csgn(I*(f*x^2+e)^m)*csgn(I*d*(f*x^2+e)^m)^2*b/x^2*ln
(x^n)-1/8*I/x^2*Pi*b*n*csgn(I*d)*csgn(I*d*(f*x^2+e)^m)^2+1/8*Pi^2*csgn(I*d*(f*x^2+e)^m)^3/x^2*b*csgn(I*c*x^n)^
3+1/4*I/x^2*Pi*a*csgn(I*d*(f*x^2+e)^m)^3+1/8*Pi^2*csgn(I*d)*csgn(I*d*(f*x^2+e)^m)^2/x^2*b*csgn(I*x^n)*csgn(I*c
*x^n)^2+1/8*Pi^2*csgn(I*(f*x^2+e)^m)*csgn(I*d*(f*x^2+e)^m)^2/x^2*b*csgn(I*c)*csgn(I*c*x^n)^2+1/2*I*f*m/e*ln(x)
*b*Pi*csgn(I*c)*csgn(I*c*x^n)^2

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*x^n))*log(d*(f*x^2+e)^m)/x^3,x, algorithm="maxima")

[Out]

-1/4*(2*b*m*log(x^n) + (m*n + 2*m*log(c))*b + 2*a*m)*log(f*x^2 + e)/x^2 + integrate(1/2*((2*(f*m + f*log(d))*a
 + (f*m*n + 2*(f*m + f*log(d))*log(c))*b)*x^2 + 2*(b*log(c)*log(d) + a*log(d))*e + 2*((f*m + f*log(d))*b*x^2 +
 b*e*log(d))*log(x^n))/(f*x^5 + x^3*e), x)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*x^n))*log(d*(f*x^2+e)^m)/x^3,x, algorithm="fricas")

[Out]

integral((b*log(c*x^n) + a)*log((f*x^2 + e)^m*d)/x^3, x)

________________________________________________________________________________________

Sympy [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*ln(c*x**n))*ln(d*(f*x**2+e)**m)/x**3,x)

[Out]

Timed out

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*log(c*x^n))*log(d*(f*x^2+e)^m)/x^3,x, algorithm="giac")

[Out]

integrate((b*log(c*x^n) + a)*log((f*x^2 + e)^m*d)/x^3, x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {\ln \left (d\,{\left (f\,x^2+e\right )}^m\right )\,\left (a+b\,\ln \left (c\,x^n\right )\right )}{x^3} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((log(d*(e + f*x^2)^m)*(a + b*log(c*x^n)))/x^3,x)

[Out]

int((log(d*(e + f*x^2)^m)*(a + b*log(c*x^n)))/x^3, x)

________________________________________________________________________________________